Package de.aoksystems.da.utils
Class UtilitiesTest
java.lang.Object
de.aoksystems.da.utils.UtilitiesTest
- Author:
- jens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of containsOnly method, of class Utilities.voidTest of countChars method, of class Utilities.voidTest of shiftDate method, of class Utilities.voidTest of getQuerSumme method, of class Utilities.voidTest of hasDoublet method, of class Utilities.voidTest of hasStartingTriplet method, of class Utilities.voidTest of isEmpty method, of class Utilities.voidTest of isInEnum method, of class Utilities.voidTest of isNumeric method, of class Utilities.voidTest of isNumericButNotZeroes method, of class Utilities.voidTest of isZeroes method, of class Utilities.voidTest of ltrim method, of class Utilities.voidTest of reorderDateXtoYYYYMMDD method, of class Utilities.voidTest of reorderDDMMYYYYtoYYYYMMDD method, of class Utilities.voidTest of reorderYYYYMMDDtoDDMMYYYY method, of class Utilities.voidTest of rtrim method, of class Utilities.voidTest of shiftDate method, of class Utilities.voidTest of InputSanitation of shiftDate
-
Constructor Details
-
UtilitiesTest
public UtilitiesTest()
-
-
Method Details
-
testLtrim
@Test public void testLtrim()Test of ltrim method, of class Utilities. -
testRtrim
@Test public void testRtrim()Test of rtrim method, of class Utilities. -
testIsNumeric
@Test public void testIsNumeric()Test of isNumeric method, of class Utilities. -
testIsNumericButNotZeroes
@Test public void testIsNumericButNotZeroes()Test of isNumericButNotZeroes method, of class Utilities. -
testIsZeroes
@Test public void testIsZeroes()Test of isZeroes method, of class Utilities. -
testIsEmpty
@Test public void testIsEmpty()Test of isEmpty method, of class Utilities. -
testIsInEnum
@Test public void testIsInEnum()Test of isInEnum method, of class Utilities. -
testGetQuerSumme
@Test public void testGetQuerSumme()Test of getQuerSumme method, of class Utilities. -
testCountChars
@Test public void testCountChars()Test of countChars method, of class Utilities. -
testContainsOnly
@Test public void testContainsOnly()Test of containsOnly method, of class Utilities. -
testHasDoublet
@Test public void testHasDoublet()Test of hasDoublet method, of class Utilities. -
testHasStartingTriplet
@Test public void testHasStartingTriplet()Test of hasStartingTriplet method, of class Utilities. -
testReorderDDMMYYYYtoYYYYMMDD
@Test public void testReorderDDMMYYYYtoYYYYMMDD()Test of reorderDDMMYYYYtoYYYYMMDD method, of class Utilities. -
testReorderDateXtoYYYYMMDD
@Test public void testReorderDateXtoYYYYMMDD()Test of reorderDateXtoYYYYMMDD method, of class Utilities. -
testReorderYYYYMMDDtoDDMMYYYY
@Test public void testReorderYYYYMMDDtoDDMMYYYY()Test of reorderYYYYMMDDtoDDMMYYYY method, of class Utilities. -
testShiftDateException
@Test public void testShiftDateException()Test of InputSanitation of shiftDate -
testShiftDate
Test of shiftDate method, of class Utilities.- Throws:
ParseException
-
testFormatDate2YYYYMMDD
@Test public void testFormatDate2YYYYMMDD()Test of shiftDate method, of class Utilities.
-